CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ls linux

搜索资源列表

  1. Shell-analytic-procedure

    0下载:
  2. 这是一个在linux的vi编辑器下开发的,用gcc编译器编译的一个shell简单的解析程序,包括对简单shell命令,如ls,cd等命令的解析,还包括对一些复杂命令如管道命令的解析-This is a linux developed under the vi editor, and with the gcc compiler to compile a shell of a simple analytic procedures, including a simple shell commands,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:79398
    • 提供者:吴倩倩
  1. MyShell

    0下载:
  2. 模仿linux中shell的功能,简单的ls,dir等命令,也包括双管道,输入输出重定向,同时支持shell的定义变量以及变量赋值。同时做了简单的错误输入提示。-Linux in the shell to imitate the function, a simple ls, dir, etc. commands, but also dual-channel input and output redirection, while supporting the definition of shell
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:5603
    • 提供者:
  1. myls

    0下载:
  2. 在linux下使用C代码,实现shell指令ls -l 的功能。注重于从文件中读取目录中的信息,然后控制格式,达到ls -l 的功能。-In linux using C code, and achieve the shell command ls-l functions. Focus on reading from the file directory information, and then control the format, to ls-l functions.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:1992
    • 提供者:李俊
  1. p4.10

    0下载:
  2. linux下实现了类似ls命令的功能 应用链表等-linux ls
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1082
    • 提供者:贼船长
  1. coreutils-8.5.tar

    0下载:
  2. 最新的linux的工具集源码,包括linux常用命令如ls,cp等的源码,可以了解linux命令的实现,可参考其实现自定义的命令-The GNU Core Utilities are the basic file, shell and text manipulation utilities of the GNU operating system. These are the core utilities which are expected to exist on every operating
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-28
    • 文件大小:10740866
    • 提供者:jason
  1. myshell_v0.3

    0下载:
  2. 在Linux中,用C编写一个myshell1原型,基本功能是根据创建一个子进程,它显示从父进程获得的环境变量和命令行参数,且父进程在子进程结束后退出。 父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。输入输出重定向与管道-In Linux, using C to write a myshell1 prototype, the basic function i
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1862
    • 提供者:qiren
  1. simple_ls

    0下载:
  2. 实现unix/linux系统下ls命令的源代码。-simple ls command code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:16739
    • 提供者:yanwenmao
  1. shell

    0下载:
  2. 一个很强大的shell程序,在linux上面运行。支持cd、pwd、ls等命令-A very strong shell, to run in linux. Support the cd, pwd, ls and other commands
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:622
    • 提供者:hcy
  1. IO

    0下载:
  2. Linux环境编程,实现shell的ls功能,编译后执行的结果和ls一样,有兴趣的童鞋可以-Linux environment, programming, shell' s ls function, the compiled results of implementation and, like ls, are interested in children' s shoes can look ~ ~
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-10
    • 文件大小:1305
    • 提供者:张建
  1. myls

    0下载:
  2. 在linux下,用C编写一个能够实现类似shell ls命令功能的程序-In linux, using C to write a similar shell ls command to achieve the program functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1065
    • 提供者:丁凡
  1. myshell

    0下载:
  2. linux 下实现的shell程序,完成cd ls clear等命令-linux shell program to achieve the completion of a command such as cd ls clear
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:829
    • 提供者:sjy
  1. shell

    0下载:
  2. linux 下的简易shell,实现了包括ls、cd、cp、rm、mdir等基本功能-under the simple linux shell, to achieve, including ls, cd, cp, rm, mdir basic functions such as
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:877
    • 提供者:
  1. myls

    0下载:
  2. 这个模块的代码主要是模拟在linux 系统下的Ls命令的功能。-The code of this module is to simulate the Ls in the linux system command capabilities.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:8103
    • 提供者:
  1. list-(2)

    0下载:
  2. 系统调用实现ls相同功能,使用GCC编译器编译即可,支持-a -r等参数-A function ised like "ls" in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1240
    • 提供者:mourny
  1. soft-links-and-hard-links

    0下载:
  2. 硬链接是利用Linux中为每个文件分配的物理编号——inode建立链接。因此,硬链接不能跨越文件系统。(用ls –i命令可以查看目录下文件的inode编程)。 软链接(符号链接)是利用文件的路径名建立链接。通常建立软链接使用绝对路径而不是相对路径,以最大限度增加可移植性。 -Hard link is to use Linux distribution for each physical file number- inode link is established. Therefore,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:83027
    • 提供者:wu
  1. fork_test.c.tar

    0下载:
  2. shell下面子命令的程序框架,以ls -l 为例子。 对fork的应用实例。-ready for shell,how to create an easy shell in the linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2725
    • 提供者:tiange
  1. myls

    0下载:
  2. Linux下用C语言实现控制台ls -al-Implemented in C under Linux console ls-al
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:700
    • 提供者:张俊杰
  1. busybox-1.8.1.tar

    0下载:
  2. BusyBox 是一个集成了一百多个最常用linux命令和工具的软件。BusyBox 包含了一些简单的工具,例如ls、 cat 和 echo等等,还包含了一些更大、更复杂的工具,例如 grep、find、mount 以及 telnet。有些人将 BusyBox 称为 Linux 工具里的瑞士军刀。简单的说BusyBox就好像是个大工具箱,它集成压缩了 Linux 的许多工具和命令,也包含了 Android 系统的自带的she-BusyBox 是一个集成了一百多个最常用linux命令和工具的软件。
  3. 所属分类:android

    • 发布日期:2017-05-11
    • 文件大小:2082599
    • 提供者:song
  1. myls

    0下载:
  2. 自己在Linux系统下实现的一个类似ls命令的功能-Achieve a similar function of the ls command. . .
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1657
    • 提供者:娄德成
  1. show

    0下载:
  2. 模仿linux下的ls功能,显示文件属性-Mimic the "ls" functionality under linux display file attributes
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-15
    • 文件大小:7243
    • 提供者:jack
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com